Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add singularity_options to the native structure. #853

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

guruevi
Copy link
Contributor

@guruevi guruevi commented Aug 26, 2024

This allows containers launch specs to specify additional options for Singularity such as --nv for nVIDIA GPU and --rocm for AMD GPU or --bind /etc/OpenCL for OpenCL (in combination with one of the prior).

Example:
script:
native:
singularity_bindpath: /tmp,/home,/mnt,/run
singularity_bin: /usr/bin/singularity
singularity_container: "/opt/ood/images/nvidia-parabricks.sif"
singularity_options: "--nv"

Will allow Parabricks to run with nVIDIA GPU.

…rs to specify additional options for Singularity such as --nv for nVIDIA GPU and --rocm for AMD GPU or --bind /etc/OpenCL for OpenCL (in combination with one of the prior).
@johrstrom
Copy link
Contributor

Thanks for the update! Your commit however is not quite correct. It doesn't seem to be tied to your github account.

@guruevi
Copy link
Contributor Author

guruevi commented Aug 26, 2024

Should be fixed now (GitHub is not aware of various institutional e-mail alias).

@johrstrom johrstrom self-requested a review September 13, 2024 14:23
@johrstrom johrstrom merged commit 4342e29 into OSC:master Sep 13, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants